home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 4568 < prev    next >
Encoding:
Text File  |  1996-08-05  |  3.5 KB  |  100 lines

  1. Path: telepost.no!usenet
  2. From: ulv1@telepost.no (Arnulf Nielsen)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: GVP A530
  5. Date: 20 Feb 1996 16:05:55 GMT
  6. Organization: TelePost Public Access
  7. Message-ID: <3139.6624T450T465@telepost.no>
  8. References: <299.6619T1151T1075@telepost.no> <19960215.43F870.159F9@ak176.du.pipex.com>
  9.     <1521.6622T596T269@telepost.no> <4g9683$fu5@nntp.texas.net>
  10. NNTP-Posting-Host: tromso213.telepost.no
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  12.  
  13. >: I have a few problems with the PC286.
  14. >ok....  was it working ok under 2.x?
  15.  
  16. Well .... it has never been totaly stable, whatever OS I've run.
  17. And I've got them all in their original ROM's.
  18.  
  19. I can get it up an running, but are haunted by frequent crashes,
  20. and it seems to be the screen-emulation for the PC286 thats unstable.
  21.  
  22. >: 1.      The Configure-software on the Amiga-side does /not/ like OS3.1
  23. >Ooo...  Couldn't TELL ya there...  I'm still just runnin' KS2.05/WB2.1...
  24.  
  25. In a "raiding the BBS' closest to me, and sucking files like mad"-thing
  26. yesterday/night, I've sorted that thing out and now can softboot into OS2.04
  27. for quick changes to the pc286.cfg.
  28.  
  29. >:         I have version 1.01 and would like to know if there is any newer
  30. >:         ( or other ) of the Configure software that will work with OS3.1 ?
  31. >Well.. here I don't know the VERSION I am running... but it's supposed to
  32. >be the latest...  here's the VER date I just ripped out of it w/my hex
  33. >viewer.
  34. >
  35. >```≤````````````
  36. >````@`%╟@``Θ``%╟
  37. >N∙``{\$VER`` 11/  <-----  11/24/92
  38. >24/1992`(C)1990-
  39. >92 Copyright vor
  40. >tex Computersyst
  41. >eme GmbHC·``-I`.
  42.  
  43. Same as mine. :/
  44.  
  45. >I heard Vortex/GVP were not giving anymore updates... but I havn't
  46. >checked it out in a while...
  47.  
  48. I've saved some telephone numbers to M-Tec - the guys that took over GVP -
  49. and will try them.
  50.  
  51. >I think I played around with it once trying to get it to be ableto work
  52. >with HD floppies.. but had ZERO luck...  always crashed...
  53.  
  54. I'm using a Power Computer XL 1,76 with it, without any problems.
  55.  
  56. >Make sure that you have your caches off for the emulator... I do it by
  57. >sticking these lines in my startup...
  58. >.
  59. >SETCPU >NIL: NOCACHE ;FOR PC286 Emulator.  Will be enabled later on.
  60. >Echo "Amiga Release 2.1.  Kickstart $Kickstart, Workbench $Workbench"
  61. >SETCPU CACHE
  62. >
  63. >So that the cache is turned off before any command is ever echoed to the
  64. >command line and is turned back on AFTER the echo command... this is
  65. >because the PC/286 does not inturrupt the S.Sequence until the first S.S.
  66. >command echos something to the con:...  so this config above works nicely
  67. >and I don't have to every worry about the cache.. otherwise.. it will
  68. >crash just about every time...
  69.  
  70. Since I like to boot without any Shell/Cli windows opening, I've made a
  71. change to the Startup-sequence after the ConClip part, like this:
  72. --------------------------------------------------------
  73. IF $PC286 EQ "on"
  74.         SetEnv PC286 Off
  75.         Copy env:PC286 to sys:prefs/env-archive/PC286
  76.         CPU >NIL: nocache
  77.         Wait 1 secs
  78.         ECHO "PeZe Starting .... "
  79.         Wait 15 secs
  80.         CPU >NIL: Cache
  81. ENDIF
  82. --------------------------------------------------------
  83.  
  84. When starting the PC286 I use this script:
  85. -----------------------------------------------
  86. SetEnv PC286 on
  87. copy env:pc286 to sys:prefs/env-archive/PC286
  88. stack 25000
  89. cd sys:gvp/gvp_pc286
  90. wait 1 secs
  91. pc286
  92. -----------------------------------------------
  93.  
  94. With this combo, the upper script checks if the PC286 is to be booted,
  95. before opening a Shell ( with the ECHO ). It also disables the CPU-caches.
  96.  
  97.  
  98. Arnulf - A500+/'030/'882 - Amiga - ulv1@telepost.no
  99.  
  100.